🖥Необходимо определить делегат и реализовать метод
⏩Итак, вот задание: определить делегат bool CounterHashSetDelegate(int a) и реализовать метод int Function12(HashSet<int> intSet, CounterHashSetDelegate filter), который возвращает количество элементов из intSet, которые удовлетворяют условию filter.
public static class { public delegate bool CounterHashSetDelegate(int a); public static int Function12(HashSet<int> intSet, CounterHashSetDelegate filter) {
int count = 0; foreach (int i in intSet) { if(filter(i)) count++; } return count; } }
⏩Давайте сразу к сути, решение может выглядеть так:
public delegate bool CounterHashSetDelegate(int a);
class Program { static void Main(string[] args) { CounterHashSetDelegate d = IsEvenNum;
🖥Необходимо определить делегат и реализовать метод
⏩Итак, вот задание: определить делегат bool CounterHashSetDelegate(int a) и реализовать метод int Function12(HashSet<int> intSet, CounterHashSetDelegate filter), который возвращает количество элементов из intSet, которые удовлетворяют условию filter.
public static class { public delegate bool CounterHashSetDelegate(int a); public static int Function12(HashSet<int> intSet, CounterHashSetDelegate filter) {
int count = 0; foreach (int i in intSet) { if(filter(i)) count++; } return count; } }
⏩Давайте сразу к сути, решение может выглядеть так:
public delegate bool CounterHashSetDelegate(int a);
class Program { static void Main(string[] args) { CounterHashSetDelegate d = IsEvenNum;
Secure video calling is in high demand. As an alternative to Zoom, many people are using end-to-end encrypted apps such as WhatsApp, FaceTime or Signal to speak to friends and family face-to-face since coronavirus lockdowns started to take place across the world. There’s another option—secure communications app Telegram just added video calling to its feature set, available on both iOS and Android. The new feature is also super secure—like Signal and WhatsApp and unlike Zoom (yet), video calls will be end-to-end encrypted.
Traders also expressed uncertainty about the situation with China Evergrande, as the indebted property company has not provided clarification about a key interest payment.In economic news, the Commerce Department reported an unexpected increase in U.S. new home sales in August.Crude oil prices climbed Friday and front-month WTI oil futures contracts saw gains for a fifth straight week amid tighter supplies. West Texas Intermediate Crude oil futures for November rose $0.68 or 0.9 percent at 73.98 a barrel. WTI Crude futures gained 2.8 percent for the week.